Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Team/Profile section"
Bootstrap 4.1.1 Snippet by
Pawan Pandey
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
1.7K
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section class="profiles"> <a href="#"><img src="https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt=""> <div> <h3>Devansh Jaiteley</h3> <span>Software Developer</span> </div> </a> <a href="#"><img src="https://images.pexels.com/photos/1681010/pexels-photo-1681010.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt=""> <div> <h3>Ramesh Bhatnagar</h3> <span>QA</span> </div> </a> <a href="#"><img src="https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt=""> <div> <h3>Sai Jhadav</h3> <span>HR</span> </div> </a> <a href="#"><img src="https://images.pexels.com/photos/8638757/pexels-photo-8638757.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt=""> <div> <h3>Shaurya Rao</h3> <span>VP</span> </div> </a> <a href="#"><img src="https://images.pexels.com/photos/6256327/pexels-photo-6256327.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt=""> <div> <h3>Aradhya Trivedi</h3> <span>Manager</span> </div> </a> <a href="#"><img src="https://images.pexels.com/photos/1181686/pexels-photo-1181686.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" alt=""> <div> <h3>Kirti Patil</h3> <span>DevOps</span> </div> </a> </section>
*, *:after, *:before { margin: 0; padding: 0; box-sizing: border-box; } body { height: 100vh; display: grid; place-items: center; background: linear-gradient(to right, #ff0080, #ff8c00, #40e0d0); } .profiles { display: flex; justify-content: center; align-content: center; } .profiles { max-width: 70em; margin: 0 auto; padding: 0 2em; justify-content: space-between; } a { transition: 0.3s all ease-in; position: relative; z-index: 1; filter: grayscale(100%); opacity: 0.9; } a:hover { transform: scale(1.2); z-index: 2; filter: grayscale(0); opacity: 1; } a div { position: absolute; width: 100%; height: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.4); padding: 8px; font: 400 12px/1 arial; opacity: 0; transition: 0.3s all ease-in; color: #fff; overflow: hidden; border-top: 1px solid rgba(0, 0, 0, 0); border-bottom-left-radius: 0; border-bottom-right-radius: 0; } h3 { font-size: 14px; line-height: 1.3; } span { color: #ccc; } a:hover div { opacity: 1; height: 50px; bottom: 3px; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } img { height: 250px; max-width: 100%; transition: 0.3s all ease-in; } a:first-child img { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } a:last-child img { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } a:hover img { border-radius: 4px; box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.06); } @media (max-width: 767px) { .profiles { justify-content: space-around; flex-wrap: wrap; } .profiles a { width: 50%; } }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76